﻿/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	height:auto;
	display: block;
}

.bx-wrapper img.bxPc { display:block; }
.bx-wrapper img.bxPgone { display:none; }

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
    z-index:30;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
}
.in_SinPart2_r .bx-wrapper .bx-pager {
	text-align: center;
	display:none;
}

.bx-pager-item{ display:inline-block; width:8px; height:8px; margin-right:22px;}
.bx-pager-item:last-child{ margin-right:0;}


.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: 9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0;
	outline: 0;
    overflow: hidden;
	border-radius:0px; background:none; border:1px solid #fff;
    border-radius:20px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active{ background:#005bac; border:1px solid #fff;}

.in_SinPart1_r .bx-wrapper .bx-pager.bx-default-pager a{ display:none;}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 0;
	/*background:url(../images/lm.png) no-repeat left center;*/
	background-size:100% 100%;
}

.bx-wrapper .bx-next {
    right: 0;
	/*background:url(../images/rm.png) no-repeat left center;*/
	background-size:100% 100%;
}

.bx-wrapper .bx-prev:hover {
    left: 0;

}

.bx-wrapper .bx-next:hover {
    right: 0%;
}

.in_SinPart2_r .bx-prev{
	left: 0px;
}

.in_SinPart2_r .bx-next{
	left: 0px;
}

.in_SinPart2_r .bx-prev:hover{
	left: 0px;
}

.in_SinPart2_r .bx-next:hover{
	left: 0px;
}

.in_banner .bx-prev{ display:block;}
.in_banner .bx-next{ display:block;}


.in_SinPart2_r .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: auto;
	bottom:-87px;
	margin-top: 0;
	outline: 0;
	 width:87px;
	  height:87px;
	text-indent: -9999px;
	z-index: 9999;
}


.bx-wrapper .bx-prev:hover {
	
		background-position: left bottom;
}

.bx-wrapper .bx-next:hover {

	background-position: right bottom
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -41px;
	outline: 0;
	 width:82px;
	  height:82px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.in_SinPart1_r .bx-wrapper .bx-controls-direction a.disabled {
	display: block;
}

.in_SinPart2_r .bx-wrapper .bx-controls-direction a.disabled {
	display: block;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	/*background: url(images/controls.png) -86px -11px no-repeat;*/
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	/*background: url(images/controls.png) -86px -44px no-repeat;*/
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align:center;
	width: 100%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@media only screen and (max-width: 1250px) {
	  .in_SinPart2_r .bx-prev{ left:0;}
	  
  }

 @media only screen and (max-width: 768px) {
	.bx-wrapper .bx-prev{ left:0;}
	.bx-wrapper .bx-next{ right:0;}
	.in_SinPart1_r p{ width:96%; margin:0 auto;}
	.in_SinPart1{ margin-bottom:20px;}
	.in_SinPart2_r .bx-wrapper .bx-controls-direction a{ transform:scale(.5,.5)}
	
	.in_SinPart2_r .bx-wrapper .bx-prev:hover{
		left: 0px;
	}
	
	.in_SinPart2_r .bx-wrapper .bx-next:hover{
		left: 87px;
	}
	
	
	.bx-wrapper .bx-prev {
    left: 2%;

}

.bx-wrapper .bx-next {
    right: 2%;
}

.bx-wrapper .bx-prev:hover {
    left: 2%;

}

.bx-wrapper .bx-next:hover {
    right: 2%;
}
 }

@media only screen and (max-width: 767px) {
        .bx-wrapper img.bxPc { display: none; }
        .bx-wrapper img.bxPgone { display: block; }
		.bx-wrapper .bx-controls-direction a{ display:none;}
		.bx-pager-item{ margin-right:10px;}

        .bx-wrapper .bx-pager.bx-default-pager a { width:6px !important; height:6px !important; border-radius:100%; }

        .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom:10px; }
}